go/types.Checker.funcType (method)

3 uses

	go/types (current package)
		decl.go#L796: 	check.funcType(sig, fdecl.Recv, fdecl.Type)
		signature.go#L102: func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {
		typexpr.go#L326: 		check.funcType(typ, nil, e)